Update workflows file #66
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are basically just the changes from the latest fabric example mod.
I chose to use temurin java instead of microsoft java.
My assumption is that fabric uses microsoft java because that's what most people playing modern minecraft would be using.
So, for BTA (I hope) most people would instead be using temurin.
I also changed the OS version to latest just because I don't know why you wouldn't. It works fine on my own projects but feel free to revert this.
Would be nice to see this on the example mod as well so that people that are maybe less experienced don't freak out when they see a red X next to their commit. Not sure if you'd want me to make a PR for that too.